02. 安装 Jupyter notebook
安装 Jupyter notebook
目前,安装 Jupyter 的最简单方法是使用 Anaconda。该发行版附带了 Jupyter notebook。你能够在默认环境下使用 notebook。
要在 conda 环境中安装 Jupyter notebook,请使用 conda install jupyter notebook
。
也可以通过 pip 使用 pip install jupyter notebook
来获得 Jupyter notebook。